-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pre-commit, add isort and fix imports #77
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, Rust! 🌷 I just suggested a few minor things.
|
||
[isort] | ||
multi_line_output=3 | ||
include_trailing_comma=True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took config from black docs :)
https://black.readthedocs.io/en/stable/the_black_code_style.html#how-black-wraps-lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great for me! I only agreed with @anapaulagomes suggestions as well 👍
Co-authored-by: Ana Paula Gomes <[email protected]>
Co-authored-by: Ana Paula Gomes <[email protected]>
* origin/master: Enable seq to be imported from baker (#76)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
@anapaulagomes @berinhard thanks for the reviews! 🏅 |
Better reviewed commit by commit.